Exercise:1
- Play the if-then-else with cards the game to understand Conditional statements.
See the video to learn the activity. (Conditional statement taught by Asha teacher in tamil)
See the video for the activity in English done by Code.org.
Exercise:2
- Play the Dice game for looping to understand Loops.
The students will play the game in pairs. Here is the procedure to play the activity:
- Step 1 🡪 First both students should roll a dice. Note it down; these are the starting numbers in this game.
- Step 2 🡪 Then both students should roll the dice again. These are the jumping numbers. Note down these numbers.
- Step 3 🡪 Then student have to roll the dice three times. Add the three numbers. This is the ending number for this game.
- Step 4 🡪 Then you have to fix starting number and ending number given from the sample image. Then you have to jump the jumping number steps from the starting number till you reach or cross the ending number. You count how many times you can jump between starting to end numbers. Whoever has the larger number of jumps wins the game.
Here is the sample image below..

See the video to learn the activity (Loops - taught by Asha teacher in tamil)
See the video for the activity in English done by Code.org.